home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / akce / panda / T2008promoONs3M_MultiIdioma.exe / [0] / Files / NETFLT.INF < prev    next >
Windows Setup INFormation  |  2007-11-19  |  3KB  |  111 lines

  1. ; -- NETFLT.INF --
  2. ;
  3. ; NDIS Intermediate Filter INF file
  4. ;
  5. ; Copyright (c) Panda Software 2007
  6. ; ----------------------------------------------------------------------
  7.  
  8. [Version]
  9. Signature           = "$Windows NT$"
  10. Class               = NetService
  11. ClassGUID           = {4D36E974-E325-11CE-BFC1-08002BE10318}
  12. Provider            = %PaNda%
  13. DriverVer           = 11/19/2007,1.5.0.97
  14. CatalogFile.ntamd64 = netim64.cat
  15.  
  16.  
  17. [Manufacturer]
  18. %PaNda% = PANDA,NTx86,NTia64,NTamd64
  19.  
  20. [ControlFlags]
  21.  
  22. [PANDA]
  23. %PANDAIMCL_Desc% = PANDAIMCL.ndi, NETIMFLT01050097
  24.  
  25. [PANDA.NTx86]
  26. %PANDAIMCL_Desc% = PANDAIMCL.ndi, NETIMFLT01050097
  27.  
  28. [PANDA.NTia64]
  29. %PANDAIMCL_Desc% = PANDAIMCL.ndi, NETIMFLT01050097
  30.  
  31. [PANDA.NTamd64]
  32. %PANDAIMCL_Desc% = PANDAIMCL.ndi, NETIMFLT01050097
  33.  
  34. [PANDAIMCL.ndi]
  35. AddReg = PANDAIMCL.ndi.AddReg, PANDAIMCL.AddReg
  36.  
  37.  
  38. Characteristics = 0x410 ; NCF_FILTER | NCF_NO_SERVICE !!--Filter Specific--!!
  39. CopyFiles       = PANDAIMCL.CopyFiles.Sys, PANDAIMCL.CopyFiles.Inf
  40.  
  41. ; ----------------------------------------------------------------------
  42. ; File copy
  43. ;
  44. [SourceDisksNames]
  45. 1=%DiskDescription%,"",,
  46.  
  47. [SourceDisksFiles]
  48. netim64.sys=1
  49. netflt_m.inf=1
  50.  
  51. [DestinationDirs]
  52. DefaultDestDir = 12
  53. PANDAIMCL.CopyFiles.Sys     = 12   ; %windir%\System32\drivers
  54. Inf.files                   =17     ; %windir%\inf      (replace if exist)
  55. CopyAlways.Inf.files        =17     ; %windir%\inf      (copy even if don't exist)
  56.  
  57. [PANDAIMCL.CopyFiles.Sys]
  58. netim64.sys,,,2
  59.  
  60. [PANDAIMCL.CopyFiles.Inf]
  61. netflt_m.inf,,,2
  62.  
  63. ; ----------------------------------------------------------------------
  64. ; Filter Install
  65. ;
  66.  
  67. [PANDAIMCL.ndi.AddReg]
  68. HKR, Ndi, HelpText, , %PANDAIMCL_HELP%
  69.  
  70.  
  71.  
  72. ; ----------------------------------------------------------------------
  73. ; !!--Filter Specific--!!
  74. ;
  75. ; Note:
  76. ; 1. Other components may also have UpperRange/LowerRange but for filters
  77. ;    the value of both of them must be noupper/nolower
  78. ; 2. The value FilterClass is required.
  79. ; 3. The value Service is required
  80. ; 4. FilterDeviceInfId is the InfId of the filter device (miniport) that will
  81. ;    be installed for each filtered adapter.
  82. ;    In this case this is netimfltmp (refer to netflt_m.inf)
  83. ;
  84. HKR, Ndi,            FilterClass,         , failover
  85. HKR, Ndi,            FilterDeviceInfFile, , netflt_m.inf
  86. HKR, Ndi,            FilterDeviceInfId,   , netimfltmp01050097
  87. HKR, Ndi,            Service,             , NETIMFLT01050097
  88. HKR, Ndi\Interfaces, UpperRange,          , noupper
  89. HKR, Ndi\Interfaces, LowerRange,          , nolower
  90. HKR, Ndi\Interfaces, LowerExclude,        , "ndisatm, ndiscowan, ndiswan, ndiswanasync, ndiswanipx, ndiswannbf"
  91. HKR, Ndi\Interfaces, FilterMediaTypes,    , "ethernet, tokenring, fddi, wan"
  92.  
  93. [PANDAIMCL.AddReg]
  94. ; The following key is Required
  95. ; The following key is PANDAIMCL specific
  96. HKR, Parameters, Param1, 0, 4
  97.  
  98. [PANDAIMCL.Ndi.Remove.Services]
  99.     DelService = NETIMFLT01050097
  100.  
  101. ; ----------------------------------------------------------------------
  102. [Strings]
  103. PaNda = "Panda Software"
  104. DiskDescription = "PANDA NDIS Intermediate (IM) Driver Disk"
  105.  
  106. PANDAIMCL_Desc = "PANDA NDIS IM Filter v1.5.0.97"
  107. PANDAIMCL_HELP = "PANDA NDIS IM Filter v1.5.0.97"
  108.  
  109.  
  110.  
  111.